projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04452df
)
Add some window border to test open with
author
William Jon McCann
<jmccann@redhat.com>
Thu, 18 Nov 2010 22:32:40 +0000
(17:32 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000
(16:51 +0100)
tests/testopenwith.c
patch
|
blob
|
history
diff --git
a/tests/testopenwith.c
b/tests/testopenwith.c
index bd20f57120e89397535af5480bf59ad1491fcbb9..059eabec357594a8ec5c8af4c44891af67ce696d 100644
(file)
--- a/
tests/testopenwith.c
+++ b/
tests/testopenwith.c
@@
-146,6
+146,7
@@
main (int argc,
gtk_init (&argc, &argv);
toplevel = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ gtk_container_set_border_width (GTK_CONTAINER (toplevel), 12);
grid = gtk_grid_new ();
w = gtk_label_new ("File:");